home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / lib / partman / recipes / 30atomic next >
Text File  |  2008-10-29  |  412b  |  25 lines

  1. partman-auto/text/atomic_scheme ::
  2.  
  3. 128 512 256 ext3
  4.     $defaultignore{ }
  5.     method{ format }
  6.     format{ }
  7.     use_filesystem{ }
  8.     filesystem{ ext3 }
  9.     mountpoint{ /boot }
  10.     options/relatime{ relatime } .
  11.  
  12. 500 10000 1000000000 ext3
  13.     $lvmok{ }
  14.     method{ format }
  15.     format{ }
  16.     use_filesystem{ }
  17.     filesystem{ ext3 }
  18.     mountpoint{ / }
  19.     options/relatime{ relatime } .
  20.  
  21. 96 512 300% linux-swap
  22.     $lvmok{ }
  23.     method{ swap }
  24.     format{ } .
  25.